home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / MM9530B1.EXE / _SETUP.1 / midimac3.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-02-01  |  43KB  |  1,743 lines

  1. object form1: Tform1
  2.   Left = 401
  3.   Top = 167
  4.   Cursor = crArrow
  5.   HelpContext = 35
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMinimize]
  9.   BorderStyle = bsSingle
  10.   Caption = 
  11.     'Midi Machine V3.0-Win95 Beta1 ∩┐╜1997-1994 Andrew Malek of Excel P' +
  12.     'rogs'
  13.   ClientHeight = 404
  14.   ClientWidth = 488
  15.   Color = 10485760
  16.   Font.Color = clWindowText
  17.   Font.Height = -13
  18.   Font.Name = 'System'
  19.   Font.Style = []
  20.   Icon.Data = {<image000.ico>}
  21.   Menu = MainMenu1
  22.   Position = poScreenCenter
  23.   PrintScale = poNone
  24.   Visible = True
  25.   OnActivate = FormActivate
  26.   OnClose = FormClose
  27.   OnCloseQuery = FormCloseQuery
  28.   OnCreate = FormCreate
  29.   OnDestroy = FormDestroy
  30.   OnMouseUp = FormMouseUp
  31.   PixelsPerInch = 96
  32.   TextHeight = 16
  33.   object massicons: TImage
  34.     Left = 432
  35.     Top = 304
  36.     Width = 137
  37.     Height = 41
  38.     Visible = False
  39.   end
  40.   object PMultiImage1: TPMultiImage
  41.     Left = 0
  42.     Top = 0
  43.     Width = 488
  44.     Height = 387
  45.     HelpContext = 35
  46.     Align = alClient
  47.     Color = clNavy
  48.     ImageName = 'file not found'
  49.     ImageDither = True
  50.     ImageReadRes = lAutoMatic
  51.     ImageWriteRes = sColor256
  52.     TifSaveCompress = sNONE
  53.     JPegSaveQuality = 25
  54.     JPegSaveSmooth = 0
  55.     Stretch = True
  56.     TextLeft = 0
  57.     TextTop = 0
  58.     TextRotate = 0
  59.     TabOrder = 19
  60.     TabStop = False
  61.   end
  62.   object DriveComboBox1: TDriveComboBox
  63.     Tag = -1
  64.     Left = 8
  65.     Top = 71
  66.     Width = 185
  67.     Height = 19
  68.     Color = clBlue
  69.     Ctl3D = False
  70.     Font.Color = clYellow
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentCtl3D = False
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     OnChange = DriveComboBox1Change
  78.   end
  79.   object cdlistbox: TListBox
  80.     Tag = -10
  81.     Left = 8
  82.     Top = 219
  83.     Width = 185
  84.     Height = 145
  85.     Color = clBlue
  86.     Ctl3D = False
  87.     Font.Color = clYellow
  88.     Font.Height = -13
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ItemHeight = 16
  92.     MultiSelect = True
  93.     ParentCtl3D = False
  94.     ParentFont = False
  95.     PopupMenu = FileManagerPopUp
  96.     TabOrder = 15
  97.     Visible = False
  98.     OnDblClick = FileListBox1DblClick
  99.     OnKeyDown = FileListBox1KeyDown
  100.   end
  101.   object cdtitle: TEdit
  102.     Tag = -2
  103.     Left = 8
  104.     Top = 71
  105.     Width = 185
  106.     Height = 19
  107.     BorderStyle = bsNone
  108.     Color = clBlue
  109.     Ctl3D = False
  110.     Font.Color = clYellow
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentCtl3D = False
  115.     ParentFont = False
  116.     TabOrder = 16
  117.     Text = 'CD Title Goes Here...'
  118.     Visible = False
  119.     OnExit = cdtitleExit
  120.   end
  121.   object FileListBox1: TFileListBox
  122.     Tag = -10
  123.     Left = 8
  124.     Top = 219
  125.     Width = 185
  126.     Height = 145
  127.     Color = clBlue
  128.     Ctl3D = False
  129.     Font.Color = clYellow
  130.     Font.Height = -13
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ItemHeight = 16
  134.     Mask = '*.mid'
  135.     MultiSelect = True
  136.     ParentCtl3D = False
  137.     ParentFont = False
  138.     PopupMenu = FileManagerPopUp
  139.     TabOrder = 2
  140.     OnDblClick = FileListBox1DblClick
  141.     OnKeyDown = FileListBox1KeyDown
  142.   end
  143.   object DirectoryListBox1: TDirectoryListBox
  144.     Tag = -3
  145.     Left = 8
  146.     Top = 110
  147.     Width = 185
  148.     Height = 107
  149.     Color = clBlue
  150.     Ctl3D = False
  151.     Font.Color = clYellow
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ItemHeight = 16
  156.     ParentCtl3D = False
  157.     ParentFont = False
  158.     TabOrder = 1
  159.     OnChange = DirectoryListBox1Change
  160.     OnMouseUp = DisplayWhatsThisPopup
  161.   end
  162.   object queue: TListBox
  163.     Tag = -11
  164.     Left = 232
  165.     Top = 219
  166.     Width = 201
  167.     Height = 121
  168.     Color = clBlue
  169.     Ctl3D = False
  170.     Font.Color = clYellow
  171.     Font.Height = -13
  172.     Font.Name = 'System'
  173.     Font.Style = [fsBold]
  174.     ItemHeight = 16
  175.     MultiSelect = True
  176.     ParentCtl3D = False
  177.     ParentFont = False
  178.     PopupMenu = QueuePopUp
  179.     TabOrder = 3
  180.     OnKeyDown = queueKeyDown
  181.     OnMouseDown = queueMouseDown
  182.   end
  183.   object btnAdd: TButton
  184.     Tag = 12
  185.     Left = 194
  186.     Top = 254
  187.     Width = 37
  188.     Height = 25
  189.     Caption = '->'
  190.     Default = True
  191.     Font.Color = clBlack
  192.     Font.Height = -13
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Style = []
  195.     ParentFont = False
  196.     TabOrder = 4
  197.     OnClick = callfnexecutebybutton
  198.     OnMouseUp = DisplayWhatsThisPopup
  199.   end
  200.   object btnaddall: TButton
  201.     Tag = 13
  202.     Left = 194
  203.     Top = 318
  204.     Width = 37
  205.     Height = 25
  206.     Caption = 'All ->'
  207.     Font.Color = clWindowText
  208.     Font.Height = -13
  209.     Font.Name = 'MS Sans Serif'
  210.     Font.Style = []
  211.     ParentFont = False
  212.     TabOrder = 5
  213.     OnClick = callfnexecutebybutton
  214.     OnMouseUp = DisplayWhatsThisPopup
  215.   end
  216.   object mmed: TMediaPlayer
  217.     Left = 472
  218.     Top = 112
  219.     Width = 253
  220.     Height = 20
  221.     Visible = False
  222.     TabOrder = 6
  223.   end
  224.   object btnFileListRollUp: TBitBtn
  225.     Tag = -9
  226.     Left = 48
  227.     Top = 367
  228.     Width = 17
  229.     Height = 17
  230.     TabOrder = 7
  231.     TabStop = False
  232.     OnClick = btnFileListRollUpClick
  233.     OnMouseUp = DisplayWhatsThisPopup
  234.     Glyph.Data = {
  235.       78010000424D7801000000000000760000002800000020000000100000000100
  236.       04000000000000000000120B0000120B00000000000000000000000000000000
  237.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  238.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  239.       3333333333777F33333333333309033333333333337F7F333333333333090333
  240.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  241.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  242.       3333333777737777F333333099999990333333373F3333373333333309999903
  243.       333333337F33337F33333333099999033333333373F333733333333330999033
  244.       3333333337F337F3333333333099903333333333373F37333333333333090333
  245.       33333333337F7F33333333333309033333333333337373333333333333303333
  246.       333333333337F3333333333333303333333333333337333333330000}
  247.     NumGlyphs = 2
  248.   end
  249.   object btnDirectoryListRollUp: TBitBtn
  250.     Tag = -9
  251.     Left = 208
  252.     Top = 124
  253.     Width = 17
  254.     Height = 17
  255.     TabOrder = 8
  256.     TabStop = False
  257.     OnClick = btnDirectoryListRollUpClick
  258.     OnMouseUp = DisplayWhatsThisPopup
  259.     Glyph.Data = {
  260.       78010000424D7801000000000000760000002800000020000000100000000100
  261.       04000000000000000000120B0000120B00000000000000000000000000000000
  262.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  263.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  264.       3333333333333333333333333333333333333333333333333333333333333333
  265.       3333333333333FF3333333333333003333333333333F77F33333333333009033
  266.       333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  267.       00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  268.       000033773FF33777777733330099903333333333773FF7F33333333333009033
  269.       33333333337737F3333333333333003333333333333377333333333333333333
  270.       3333333333333333333333333333333333333333333333333333333333333333
  271.       33333333333333333333333333333333333333333333333333330000}
  272.     NumGlyphs = 2
  273.   end
  274.   object btnQueueRollUp: TBitBtn
  275.     Tag = -9
  276.     Left = 368
  277.     Top = 366
  278.     Width = 17
  279.     Height = 17
  280.     TabOrder = 9
  281.     TabStop = False
  282.     OnClick = btnQueueRollUpClick
  283.     OnMouseUp = DisplayWhatsThisPopup
  284.     Glyph.Data = {
  285.       78010000424D7801000000000000760000002800000020000000100000000100
  286.       04000000000000000000120B0000120B00000000000000000000000000000000
  287.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  288.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  289.       3333333333777F33333333333309033333333333337F7F333333333333090333
  290.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  291.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  292.       3333333777737777F333333099999990333333373F3333373333333309999903
  293.       333333337F33337F33333333099999033333333373F333733333333330999033
  294.       3333333337F337F3333333333099903333333333373F37333333333333090333
  295.       33333333337F7F33333333333309033333333333337373333333333333303333
  296.       333333333337F3333333333333303333333333333337333333330000}
  297.     NumGlyphs = 2
  298.   end
  299.   object btnRemoveQueue: TButton
  300.     Tag = 14
  301.     Left = 232
  302.     Top = 364
  303.     Width = 57
  304.     Height = 22
  305.     Caption = 'Remove'
  306.     Font.Color = clBlack
  307.     Font.Height = -13
  308.     Font.Name = 'MS Sans Serif'
  309.     Font.Style = []
  310.     ParentFont = False
  311.     TabOrder = 10
  312.     OnClick = callfnexecutebybutton
  313.     OnMouseUp = DisplayWhatsThisPopup
  314.   end
  315.   object btnRemoveAll: TButton
  316.     Tag = 15
  317.     Left = 296
  318.     Top = 364
  319.     Width = 57
  320.     Height = 22
  321.     Caption = 'Rmv All'
  322.     Font.Color = clBlack
  323.     Font.Height = -13
  324.     Font.Name = 'MS Sans Serif'
  325.     Font.Style = []
  326.     ParentFont = False
  327.     TabOrder = 11
  328.     OnClick = callfnexecutebybutton
  329.     OnMouseUp = DisplayWhatsThisPopup
  330.   end
  331.   object btnUp: TBitBtn
  332.     Tag = 16
  333.     Left = 434
  334.     Top = 216
  335.     Width = 19
  336.     Height = 19
  337.     TabOrder = 12
  338.     OnClick = callfnexecutebybutton
  339.     OnMouseUp = DisplayWhatsThisPopup
  340.     Glyph.Data = {
  341.       78010000424D7801000000000000760000002800000020000000100000000100
  342.       04000000000000000000120B0000120B00000000000000000000000000000000
  343.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  344.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  345.       333333777777777F33333330B00000003333337F7777777F3333333000000000
  346.       333333777777777F333333330EEEEEE033333337FFFFFF7F3333333300000000
  347.       333333377777777F3333333330BFBFB03333333373333373F33333330BFBFBFB
  348.       03333337F33333F7F33333330FBFBF0F03333337F33337F7F33333330BFBFB0B
  349.       03333337F3F3F7F7333333330F0F0F0033333337F7F7F773333333330B0B0B03
  350.       3333333737F7F7F333333333300F0F03333333337737F7F33333333333300B03
  351.       333333333377F7F33333333333330F03333333333337F7F33333333333330B03
  352.       33333333333737333333333333333033333333333333733333330000}
  353.     NumGlyphs = 2
  354.   end
  355.   object btnDown: TBitBtn
  356.     Tag = 17
  357.     Left = 456
  358.     Top = 216
  359.     Width = 19
  360.     Height = 19
  361.     TabOrder = 13
  362.     OnClick = callfnexecutebybutton
  363.     OnMouseUp = DisplayWhatsThisPopup
  364.     Glyph.Data = {
  365.       78010000424D7801000000000000760000002800000020000000100000000100
  366.       04000000000000000000120B0000120B00000000000000000000000000000000
  367.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  368.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333033333
  369.       33333333373F33333333333330B03333333333337F7F33333333333330F03333
  370.       333333337F7FF3333333333330B00333333333337F773FF33333333330F0F003
  371.       333333337F7F773F3333333330B0B0B0333333337F7F7F7F3333333300F0F0F0
  372.       333333377F73737F33333330B0BFBFB03333337F7F33337F33333330F0FBFBF0
  373.       3333337F7333337F33333330BFBFBFB033333373F3333373333333330BFBFB03
  374.       33333337FFFFF7FF3333333300000000333333377777777F333333330EEEEEE0
  375.       33333337FFFFFF7FF3333333000000000333333777777777F33333330000000B
  376.       03333337777777F7F333333300000000033333377777777733330000}
  377.     NumGlyphs = 2
  378.   end
  379.   object queuePlayed: TListBox
  380.     Left = 432
  381.     Top = 272
  382.     Width = 25
  383.     Height = 33
  384.     ItemHeight = 16
  385.     TabOrder = 14
  386.     Visible = False
  387.   end
  388.   object TabSet1: TTabSet
  389.     Tag = -6
  390.     Left = 8
  391.     Top = 88
  392.     Width = 185
  393.     Height = 21
  394.     BackgroundColor = clBlue
  395.     DitherBackground = False
  396.     Font.Color = clYellow
  397.     Font.Height = -11
  398.     Font.Name = 'MS Sans Serif'
  399.     Font.Style = []
  400.     SelectedColor = clBlue
  401.     Tabs.Strings = (
  402.       'Files'
  403.       'CD-Audio')
  404.     TabIndex = 0
  405.     UnselectedColor = clBlack
  406.     OnClick = TabSet1Click
  407.     OnMouseUp = DisplayWhatsThisPopup
  408.   end
  409.   object cdinfo: TPanel
  410.     Tag = -2
  411.     Left = 8
  412.     Top = 110
  413.     Width = 185
  414.     Height = 108
  415.     BevelOuter = bvNone
  416.     Color = clBlue
  417.     Ctl3D = False
  418.     Font.Color = clYellow
  419.     Font.Height = -11
  420.     Font.Name = 'MS Sans Serif'
  421.     Font.Style = []
  422.     ParentCtl3D = False
  423.     ParentFont = False
  424.     TabOrder = 17
  425.     Visible = False
  426.     OnMouseUp = DisplayWhatsThisPopup
  427.     object Label9: TLabel
  428.       Tag = -2
  429.       Left = 2
  430.       Top = 7
  431.       Width = 34
  432.       Height = 13
  433.       Caption = 'Author:'
  434.       Font.Color = clYellow
  435.       Font.Height = -11
  436.       Font.Name = 'MS Sans Serif'
  437.       Font.Style = []
  438.       ParentFont = False
  439.       OnMouseUp = DisplayWhatsThisPopup
  440.     end
  441.     object Label10: TLabel
  442.       Tag = -2
  443.       Left = 2
  444.       Top = 31
  445.       Width = 45
  446.       Height = 13
  447.       Caption = 'Category:'
  448.       OnMouseUp = DisplayWhatsThisPopup
  449.     end
  450.     object Label11: TLabel
  451.       Tag = -2
  452.       Left = 2
  453.       Top = 54
  454.       Width = 25
  455.       Height = 13
  456.       Caption = 'Misc:'
  457.       OnMouseUp = DisplayWhatsThisPopup
  458.     end
  459.     object cdauthor: TEdit
  460.       Tag = -2
  461.       Left = 48
  462.       Top = 5
  463.       Width = 129
  464.       Height = 17
  465.       AutoSize = False
  466.       ParentColor = True
  467.       TabOrder = 0
  468.       Text = 'Enter CD Author Here.'
  469.       OnExit = cdtitleExit
  470.     end
  471.     object cdcategory: TEdit
  472.       Tag = -2
  473.       Left = 48
  474.       Top = 30
  475.       Width = 129
  476.       Height = 17
  477.       AutoSize = False
  478.       ParentColor = True
  479.       TabOrder = 1
  480.       Text = 'Enter CD Category Here'
  481.       OnExit = cdtitleExit
  482.     end
  483.     object cdmisc: TMemo
  484.       Tag = -2
  485.       Left = 48
  486.       Top = 53
  487.       Width = 129
  488.       Height = 49
  489.       Lines.Strings = (
  490.         'You can enter other cd '
  491.         'information in this area.')
  492.       ParentColor = True
  493.       ScrollBars = ssVertical
  494.       TabOrder = 2
  495.       OnExit = cdtitleExit
  496.     end
  497.   end
  498.   object btnFilterRollUp: TBitBtn
  499.     Tag = -9
  500.     Left = 368
  501.     Top = 112
  502.     Width = 57
  503.     Height = 21
  504.     Caption = 'Filters'
  505.     Font.Color = clBlack
  506.     Font.Height = -13
  507.     Font.Name = 'MS Sans Serif'
  508.     Font.Style = []
  509.     ParentFont = False
  510.     TabOrder = 20
  511.     OnClick = btnFilterRollUpClick
  512.     OnMouseUp = DisplayWhatsThisPopup
  513.     Glyph.Data = {
  514.       78010000424D7801000000000000760000002800000020000000100000000100
  515.       04000000000000000000120B0000120B00000000000000000000000000000000
  516.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  517.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  518.       333333333337F33333333333333033333333333333373F333333333333090333
  519.       33333333337F7F33333333333309033333333333337373F33333333330999033
  520.       3333333337F337F33333333330999033333333333733373F3333333309999903
  521.       333333337F33337F33333333099999033333333373333373F333333099999990
  522.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  523.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  524.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  525.       33333333337F7F333333333333000333333333333377733333330000}
  526.     NumGlyphs = 2
  527.   end
  528.   object filterpanel: TPanel
  529.     Tag = -5
  530.     Left = 368
  531.     Top = 136
  532.     Width = 113
  533.     Height = 81
  534.     Ctl3D = False
  535.     ParentCtl3D = False
  536.     TabOrder = 21
  537.     OnMouseUp = DisplayWhatsThisPopup
  538.     object Label3: TLabel
  539.       Tag = -5
  540.       Left = 21
  541.       Top = 1
  542.       Width = 32
  543.       Height = 13
  544.       Caption = 'Wave '
  545.       Font.Color = clBlack
  546.       Font.Height = -11
  547.       Font.Name = 'MS Sans Serif'
  548.       Font.Style = []
  549.       ParentFont = False
  550.       Transparent = True
  551.       OnMouseUp = DisplayWhatsThisPopup
  552.     end
  553.     object Label2: TLabel
  554.       Tag = -5
  555.       Left = 21
  556.       Top = 14
  557.       Width = 19
  558.       Height = 13
  559.       Caption = 'Midi'
  560.       Font.Color = clBlack
  561.       Font.Height = -11
  562.       Font.Name = 'MS Sans Serif'
  563.       Font.Style = []
  564.       ParentFont = False
  565.       Transparent = True
  566.       OnMouseUp = DisplayWhatsThisPopup
  567.     end
  568.     object Label1: TLabel
  569.       Tag = -5
  570.       Left = 21
  571.       Top = 27
  572.       Width = 15
  573.       Height = 13
  574.       Caption = 'Avi'
  575.       Font.Color = clBlack
  576.       Font.Height = -11
  577.       Font.Name = 'MS Sans Serif'
  578.       Font.Style = []
  579.       ParentFont = False
  580.       Transparent = True
  581.       OnMouseUp = DisplayWhatsThisPopup
  582.     end
  583.     object Label12: TLabel
  584.       Tag = -5
  585.       Left = 21
  586.       Top = 40
  587.       Width = 21
  588.       Height = 13
  589.       Caption = 'Text'
  590.       Font.Color = clBlack
  591.       Font.Height = -11
  592.       Font.Name = 'MS Sans Serif'
  593.       Font.Style = []
  594.       ParentFont = False
  595.       Transparent = True
  596.       OnMouseUp = DisplayWhatsThisPopup
  597.     end
  598.     object Label13: TLabel
  599.       Tag = -5
  600.       Left = 21
  601.       Top = 53
  602.       Width = 21
  603.       Height = 13
  604.       Caption = 'Bmp'
  605.       Font.Color = clBlack
  606.       Font.Height = -11
  607.       Font.Name = 'MS Sans Serif'
  608.       Font.Style = []
  609.       ParentFont = False
  610.       Transparent = True
  611.       OnMouseUp = DisplayWhatsThisPopup
  612.     end
  613.     object Label14: TLabel
  614.       Tag = -5
  615.       Left = 79
  616.       Top = 1
  617.       Width = 21
  618.       Height = 13
  619.       Caption = 'Icon'
  620.       Font.Color = clBlack
  621.       Font.Height = -11
  622.       Font.Name = 'MS Sans Serif'
  623.       Font.Style = []
  624.       ParentFont = False
  625.       Transparent = True
  626.       OnMouseUp = DisplayWhatsThisPopup
  627.     end
  628.     object Label15: TLabel
  629.       Tag = -5
  630.       Left = 79
  631.       Top = 14
  632.       Width = 22
  633.       Height = 13
  634.       Caption = 'Wmf'
  635.       Font.Color = clBlack
  636.       Font.Height = -11
  637.       Font.Name = 'MS Sans Serif'
  638.       Font.Style = []
  639.       ParentFont = False
  640.       Transparent = True
  641.       OnMouseUp = DisplayWhatsThisPopup
  642.     end
  643.     object Label16: TLabel
  644.       Tag = -5
  645.       Left = 79
  646.       Top = 27
  647.       Width = 17
  648.       Height = 13
  649.       Caption = 'Jpg'
  650.       Font.Color = clBlack
  651.       Font.Height = -11
  652.       Font.Name = 'MS Sans Serif'
  653.       Font.Style = []
  654.       ParentFont = False
  655.       Transparent = True
  656.       OnMouseUp = DisplayWhatsThisPopup
  657.     end
  658.     object Label17: TLabel
  659.       Tag = -5
  660.       Left = 79
  661.       Top = 40
  662.       Width = 19
  663.       Height = 13
  664.       Caption = 'Png'
  665.       Font.Color = clBlack
  666.       Font.Height = -11
  667.       Font.Name = 'MS Sans Serif'
  668.       Font.Style = []
  669.       ParentFont = False
  670.       Transparent = True
  671.       OnMouseUp = DisplayWhatsThisPopup
  672.     end
  673.     object Label18: TLabel
  674.       Tag = -5
  675.       Left = 79
  676.       Top = 53
  677.       Width = 18
  678.       Height = 13
  679.       Caption = 'Pcx'
  680.       Font.Color = clBlack
  681.       Font.Height = -11
  682.       Font.Name = 'MS Sans Serif'
  683.       Font.Style = []
  684.       ParentFont = False
  685.       Transparent = True
  686.       OnMouseUp = DisplayWhatsThisPopup
  687.     end
  688.     object Label21: TLabel
  689.       Tag = -5
  690.       Left = 21
  691.       Top = 66
  692.       Width = 14
  693.       Height = 13
  694.       Caption = 'Rtf'
  695.       Font.Color = clBlack
  696.       Font.Height = -11
  697.       Font.Name = 'MS Sans Serif'
  698.       Font.Style = []
  699.       ParentFont = False
  700.       Transparent = True
  701.       OnMouseUp = DisplayWhatsThisPopup
  702.     end
  703.     object chkWav: TCheckBox
  704.       Tag = -5
  705.       Left = 6
  706.       Top = 2
  707.       Width = 11
  708.       Height = 11
  709.       Caption = 'chkWav'
  710.       Ctl3D = True
  711.       ParentCtl3D = False
  712.       State = cbChecked
  713.       TabOrder = 0
  714.       OnClick = callchangefilterfn
  715.       OnMouseUp = DisplayWhatsThisPopup
  716.     end
  717.     object chkMidi: TCheckBox
  718.       Tag = -5
  719.       Left = 6
  720.       Top = 15
  721.       Width = 11
  722.       Height = 11
  723.       Caption = 'chkMidi'
  724.       Ctl3D = True
  725.       ParentCtl3D = False
  726.       State = cbChecked
  727.       TabOrder = 1
  728.       OnClick = callchangefilterfn
  729.       OnMouseUp = DisplayWhatsThisPopup
  730.     end
  731.     object chkAVI: TCheckBox
  732.       Tag = -5
  733.       Left = 6
  734.       Top = 28
  735.       Width = 11
  736.       Height = 11
  737.       Caption = 'chkAVI'
  738.       Ctl3D = True
  739.       ParentCtl3D = False
  740.       State = cbChecked
  741.       TabOrder = 2
  742.       OnClick = callchangefilterfn
  743.       OnMouseUp = DisplayWhatsThisPopup
  744.     end
  745.     object chktxt: TCheckBox
  746.       Tag = -5
  747.       Left = 6
  748.       Top = 41
  749.       Width = 11
  750.       Height = 11
  751.       Caption = 'chktxt'
  752.       Ctl3D = True
  753.       ParentCtl3D = False
  754.       State = cbChecked
  755.       TabOrder = 3
  756.       OnClick = callchangefilterfn
  757.       OnMouseUp = DisplayWhatsThisPopup
  758.     end
  759.     object chkbmp: TCheckBox
  760.       Tag = -5
  761.       Left = 6
  762.       Top = 54
  763.       Width = 11
  764.       Height = 11
  765.       Caption = 'chktxt'
  766.       Ctl3D = True
  767.       ParentCtl3D = False
  768.       State = cbChecked
  769.       TabOrder = 4
  770.       OnClick = callchangefilterfn
  771.       OnMouseUp = DisplayWhatsThisPopup
  772.     end
  773.     object chkico: TCheckBox
  774.       Tag = -5
  775.       Left = 62
  776.       Top = 2
  777.       Width = 11
  778.       Height = 11
  779.       Caption = 'chktxt'
  780.       Ctl3D = True
  781.       ParentCtl3D = False
  782.       State = cbChecked
  783.       TabOrder = 5
  784.       OnClick = callchangefilterfn
  785.       OnMouseUp = DisplayWhatsThisPopup
  786.     end
  787.     object chkwmf: TCheckBox
  788.       Tag = -5
  789.       Left = 62
  790.       Top = 15
  791.       Width = 11
  792.       Height = 11
  793.       Caption = 'chktxt'
  794.       Ctl3D = True
  795.       ParentCtl3D = False
  796.       State = cbChecked
  797.       TabOrder = 6
  798.       OnClick = callchangefilterfn
  799.       OnMouseUp = DisplayWhatsThisPopup
  800.     end
  801.     object chkjpg: TCheckBox
  802.       Tag = -5
  803.       Left = 62
  804.       Top = 28
  805.       Width = 11
  806.       Height = 11
  807.       Caption = 'chktxt'
  808.       Ctl3D = True
  809.       ParentCtl3D = False
  810.       State = cbChecked
  811.       TabOrder = 7
  812.       OnClick = callchangefilterfn
  813.       OnMouseUp = DisplayWhatsThisPopup
  814.     end
  815.     object chkpng: TCheckBox
  816.       Tag = -5
  817.       Left = 62
  818.       Top = 41
  819.       Width = 11
  820.       Height = 11
  821.       Caption = 'chktxt'
  822.       Ctl3D = True
  823.       ParentCtl3D = False
  824.       State = cbChecked
  825.       TabOrder = 8
  826.       OnClick = callchangefilterfn
  827.       OnMouseUp = DisplayWhatsThisPopup
  828.     end
  829.     object chkpcx: TCheckBox
  830.       Tag = -5
  831.       Left = 62
  832.       Top = 54
  833.       Width = 11
  834.       Height = 11
  835.       Caption = 'chktxt'
  836.       Ctl3D = True
  837.       ParentCtl3D = False
  838.       State = cbChecked
  839.       TabOrder = 9
  840.       OnClick = callchangefilterfn
  841.       OnMouseUp = DisplayWhatsThisPopup
  842.     end
  843.     object chkRTF: TCheckBox
  844.       Tag = -5
  845.       Left = 6
  846.       Top = 67
  847.       Width = 11
  848.       Height = 11
  849.       Caption = 'chktxt'
  850.       Ctl3D = True
  851.       ParentCtl3D = False
  852.       State = cbChecked
  853.       TabOrder = 10
  854.       OnClick = callchangefilterfn
  855.       OnMouseUp = DisplayWhatsThisPopup
  856.     end
  857.   end
  858.   object timedisppanel: TPanel
  859.     Left = 232
  860.     Top = 75
  861.     Width = 161
  862.     Height = 32
  863.     BevelOuter = bvNone
  864.     TabOrder = 22
  865.     object lengthlabel: TLabel
  866.       Left = 0
  867.       Top = 0
  868.       Width = 81
  869.       Height = 16
  870.       Alignment = taCenter
  871.       AutoSize = False
  872.       Caption = 'Song Length'
  873.       Color = clBlack
  874.       Font.Color = clYellow
  875.       Font.Height = -13
  876.       Font.Name = 'MS Serif'
  877.       Font.Style = []
  878.       ParentColor = False
  879.       ParentFont = False
  880.     end
  881.     object lengthtimedisplay: TLabel
  882.       Left = 0
  883.       Top = 16
  884.       Width = 81
  885.       Height = 16
  886.       Alignment = taCenter
  887.       AutoSize = False
  888.       Color = clBlack
  889.       Font.Color = clYellow
  890.       Font.Height = -13
  891.       Font.Name = 'MS Sans Serif'
  892.       Font.Style = []
  893.       ParentColor = False
  894.       ParentFont = False
  895.     end
  896.     object positionlabel: TLabel
  897.       Left = 80
  898.       Top = 0
  899.       Width = 81
  900.       Height = 16
  901.       Alignment = taCenter
  902.       AutoSize = False
  903.       Caption = 'Song Position'
  904.       Color = clBlack
  905.       Font.Color = clYellow
  906.       Font.Height = -13
  907.       Font.Name = 'MS Serif'
  908.       Font.Style = []
  909.       ParentColor = False
  910.       ParentFont = False
  911.     end
  912.     object positiontimedisplay: TLabel
  913.       Left = 80
  914.       Top = 16
  915.       Width = 81
  916.       Height = 16
  917.       Alignment = taCenter
  918.       AutoSize = False
  919.       Color = clBlack
  920.       Font.Color = clYellow
  921.       Font.Height = -13
  922.       Font.Name = 'MS Sans Serif'
  923.       Font.Style = []
  924.       ParentColor = False
  925.       ParentFont = False
  926.     end
  927.   end
  928.   object playmodepanel: TPanel
  929.     Tag = -4
  930.     Left = 232
  931.     Top = 136
  932.     Width = 97
  933.     Height = 81
  934.     TabOrder = 23
  935.     OnMouseUp = DisplayWhatsThisPopup
  936.     object Label5: TLabel
  937.       Tag = -4
  938.       Left = 21
  939.       Top = 0
  940.       Width = 67
  941.       Height = 16
  942.       Caption = 'Backwards'
  943.       Font.Color = clBlack
  944.       Font.Height = -13
  945.       Font.Name = 'MS Sans Serif'
  946.       Font.Style = []
  947.       ParentFont = False
  948.       Transparent = True
  949.       OnMouseUp = DisplayWhatsThisPopup
  950.     end
  951.     object Label6: TLabel
  952.       Tag = -4
  953.       Left = 21
  954.       Top = 16
  955.       Width = 52
  956.       Height = 16
  957.       Caption = 'Random'
  958.       Font.Color = clBlack
  959.       Font.Height = -13
  960.       Font.Name = 'MS Sans Serif'
  961.       Font.Style = []
  962.       ParentFont = False
  963.       Transparent = True
  964.       OnMouseUp = DisplayWhatsThisPopup
  965.     end
  966.     object Label7: TLabel
  967.       Tag = -4
  968.       Left = 21
  969.       Top = 32
  970.       Width = 66
  971.       Height = 16
  972.       Caption = 'Continuous'
  973.       Font.Color = clBlack
  974.       Font.Height = -13
  975.       Font.Name = 'MS Sans Serif'
  976.       Font.Style = []
  977.       ParentFont = False
  978.       Transparent = True
  979.       OnMouseUp = DisplayWhatsThisPopup
  980.     end
  981.     object Label8: TLabel
  982.       Tag = -4
  983.       Left = 21
  984.       Top = 48
  985.       Width = 40
  986.       Height = 16
  987.       Caption = 'Shuffle'
  988.       Font.Color = clBlack
  989.       Font.Height = -13
  990.       Font.Name = 'MS Sans Serif'
  991.       Font.Style = []
  992.       ParentFont = False
  993.       Transparent = True
  994.       OnMouseUp = DisplayWhatsThisPopup
  995.     end
  996.     object Label19: TLabel
  997.       Tag = -4
  998.       Left = 21
  999.       Top = 64
  1000.       Width = 25
  1001.       Height = 16
  1002.       Caption = 'Intro'
  1003.       Font.Color = clBlack
  1004.       Font.Height = -13
  1005.       Font.Name = 'MS Sans Serif'
  1006.       Font.Style = []
  1007.       ParentFont = False
  1008.       Transparent = True
  1009.       OnMouseUp = DisplayWhatsThisPopup
  1010.     end
  1011.     object Label20: TLabel
  1012.       Tag = -4
  1013.       Left = 85
  1014.       Top = 65
  1015.       Width = 12
  1016.       Height = 16
  1017.       Caption = 's'
  1018.       Font.Color = clBlack
  1019.       Font.Height = -13
  1020.       Font.Name = 'MS Sans Serif'
  1021.       Font.Style = []
  1022.       ParentFont = False
  1023.       Transparent = True
  1024.       OnMouseUp = DisplayWhatsThisPopup
  1025.     end
  1026.     object chkBackwards: TCheckBox
  1027.       Tag = -4
  1028.       Left = 6
  1029.       Top = 3
  1030.       Width = 11
  1031.       Height = 11
  1032.       Caption = 'chkBackwards'
  1033.       Ctl3D = True
  1034.       ParentCtl3D = False
  1035.       TabOrder = 0
  1036.       OnClick = chkBackwardsClick
  1037.       OnMouseUp = DisplayWhatsThisPopup
  1038.     end
  1039.     object chkRandom: TCheckBox
  1040.       Tag = -4
  1041.       Left = 6
  1042.       Top = 19
  1043.       Width = 11
  1044.       Height = 11
  1045.       Caption = 'chkRandom'
  1046.       Ctl3D = True
  1047.       ParentCtl3D = False
  1048.       TabOrder = 1
  1049.       OnClick = chkRandomClick
  1050.       OnMouseUp = DisplayWhatsThisPopup
  1051.     end
  1052.     object chkContinuous: TCheckBox
  1053.       Tag = -4
  1054.       Left = 6
  1055.       Top = 35
  1056.       Width = 11
  1057.       Height = 11
  1058.       Caption = 'chkContinuous'
  1059.       Ctl3D = True
  1060.       ParentCtl3D = False
  1061.       TabOrder = 2
  1062.       OnClick = chkContinuousClick
  1063.       OnMouseUp = DisplayWhatsThisPopup
  1064.     end
  1065.     object chkShuffle: TCheckBox
  1066.       Tag = -4
  1067.       Left = 6
  1068.       Top = 51
  1069.       Width = 11
  1070.       Height = 11
  1071.       Caption = 'chkShuffle'
  1072.       Ctl3D = True
  1073.       ParentCtl3D = False
  1074.       TabOrder = 3
  1075.       OnClick = chkShuffleClick
  1076.       OnMouseUp = DisplayWhatsThisPopup
  1077.     end
  1078.     object chkIntro: TCheckBox
  1079.       Tag = -4
  1080.       Left = 6
  1081.       Top = 67
  1082.       Width = 11
  1083.       Height = 11
  1084.       Caption = 'chkShuffle'
  1085.       Ctl3D = True
  1086.       ParentCtl3D = False
  1087.       TabOrder = 4
  1088.       OnMouseUp = DisplayWhatsThisPopup
  1089.     end
  1090.     object introsec: TEdit
  1091.       Tag = -4
  1092.       Left = 48
  1093.       Top = 64
  1094.       Width = 33
  1095.       Height = 19
  1096.       Ctl3D = False
  1097.       Font.Color = clBlack
  1098.       Font.Height = -11
  1099.       Font.Name = 'MS Sans Serif'
  1100.       Font.Style = []
  1101.       ParentCtl3D = False
  1102.       ParentFont = False
  1103.       TabOrder = 5
  1104.       Text = '5'
  1105.     end
  1106.   end
  1107.   object btnPlayModeRollUp: TBitBtn
  1108.     Tag = -9
  1109.     Left = 232
  1110.     Top = 112
  1111.     Width = 89
  1112.     Height = 21
  1113.     Caption = 'PlayMode'
  1114.     Font.Color = clBlack
  1115.     Font.Height = -13
  1116.     Font.Name = 'MS Sans Serif'
  1117.     Font.Style = []
  1118.     ParentFont = False
  1119.     TabOrder = 24
  1120.     OnClick = btnPlayModeRollUpClick
  1121.     OnMouseUp = DisplayWhatsThisPopup
  1122.     Glyph.Data = {
  1123.       78010000424D7801000000000000760000002800000020000000100000000100
  1124.       04000000000000000000120B0000120B00000000000000000000000000000000
  1125.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1126.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  1127.       333333333337F33333333333333033333333333333373F333333333333090333
  1128.       33333333337F7F33333333333309033333333333337373F33333333330999033
  1129.       3333333337F337F33333333330999033333333333733373F3333333309999903
  1130.       333333337F33337F33333333099999033333333373333373F333333099999990
  1131.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  1132.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  1133.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  1134.       33333333337F7F333333333333000333333333333377733333330000}
  1135.     NumGlyphs = 2
  1136.   end
  1137.   object addtotoppanel: TPanel
  1138.     Tag = -8
  1139.     Left = 96
  1140.     Top = 366
  1141.     Width = 97
  1142.     Height = 17
  1143.     BevelOuter = bvNone
  1144.     Color = clBlack
  1145.     TabOrder = 25
  1146.     OnMouseUp = DisplayWhatsThisPopup
  1147.     object Label4: TLabel
  1148.       Tag = -8
  1149.       Left = 22
  1150.       Top = 1
  1151.       Width = 67
  1152.       Height = 16
  1153.       Caption = 'Add to Top'
  1154.       Color = clYellow
  1155.       Font.Color = clYellow
  1156.       Font.Height = -13
  1157.       Font.Name = 'MS Sans Serif'
  1158.       Font.Style = []
  1159.       ParentColor = False
  1160.       ParentFont = False
  1161.       Transparent = True
  1162.       OnMouseUp = DisplayWhatsThisPopup
  1163.     end
  1164.     object chkAddtoTop: TCheckBox
  1165.       Tag = -8
  1166.       Left = 8
  1167.       Top = 4
  1168.       Width = 11
  1169.       Height = 11
  1170.       Caption = 'Add to Top'
  1171.       Font.Color = clBlack
  1172.       Font.Height = -13
  1173.       Font.Name = 'MS Sans Serif'
  1174.       Font.Style = []
  1175.       ParentFont = False
  1176.       TabOrder = 0
  1177.       OnMouseUp = DisplayWhatsThisPopup
  1178.     end
  1179.   end
  1180.   object infobarpanel: TPanel
  1181.     Left = 0
  1182.     Top = 37
  1183.     Width = 489
  1184.     Height = 17
  1185.     BevelOuter = bvNone
  1186.     Color = clBlack
  1187.     TabOrder = 26
  1188.     object infobar: TLabel
  1189.       Left = 8
  1190.       Top = 0
  1191.       Width = 473
  1192.       Height = 16
  1193.       Alignment = taCenter
  1194.       AutoSize = False
  1195.       Caption = 'Midi Machine ∩┐╜1997,1996,1995,1994 Andrew Malek of Excel Progs'
  1196.       Font.Color = clYellow
  1197.       Font.Height = -13
  1198.       Font.Name = 'MS Sans Serif'
  1199.       Font.Style = []
  1200.       ParentFont = False
  1201.       Transparent = True
  1202.     end
  1203.   end
  1204.   object animatediconpanel: TPanel
  1205.     Left = 197
  1206.     Top = 190
  1207.     Width = 32
  1208.     Height = 32
  1209.     BevelOuter = bvNone
  1210.     Color = clBlack
  1211.     Ctl3D = False
  1212.     ParentCtl3D = False
  1213.     TabOrder = 27
  1214.     object animatedicon: TImage
  1215.       Left = 0
  1216.       Top = 0
  1217.       Width = 33
  1218.       Height = 32
  1219.       Stretch = True
  1220.     end
  1221.   end
  1222.   object queuefilename: TListBox
  1223.     Tag = -11
  1224.     Left = 232
  1225.     Top = 219
  1226.     Width = 201
  1227.     Height = 121
  1228.     Color = clBlue
  1229.     Ctl3D = False
  1230.     Font.Color = clYellow
  1231.     Font.Height = -13
  1232.     Font.Name = 'System'
  1233.     Font.Style = [fsBold]
  1234.     ItemHeight = 16
  1235.     MultiSelect = True
  1236.     ParentCtl3D = False
  1237.     ParentFont = False
  1238.     PopupMenu = QueuePopUp
  1239.     TabOrder = 28
  1240.     Visible = False
  1241.     OnKeyDown = queueKeyDown
  1242.     OnMouseDown = queueMouseDown
  1243.   end
  1244.   object TabSet2: TTabSet
  1245.     Tag = -7
  1246.     Left = 232
  1247.     Top = 339
  1248.     Width = 201
  1249.     Height = 21
  1250.     BackgroundColor = clBlue
  1251.     DitherBackground = False
  1252.     Font.Color = clYellow
  1253.     Font.Height = -11
  1254.     Font.Name = 'MS Sans Serif'
  1255.     Font.Style = []
  1256.     SelectedColor = clBlue
  1257.     Tabs.Strings = (
  1258.       'View Path'
  1259.       'Hide Path')
  1260.     TabIndex = 0
  1261.     UnselectedColor = clBlack
  1262.     OnChange = TabSet2Change
  1263.     OnMouseUp = DisplayWhatsThisPopup
  1264.   end
  1265.   object statusbar: TPanel
  1266.     Left = 0
  1267.     Top = 387
  1268.     Width = 488
  1269.     Height = 17
  1270.     Align = alBottom
  1271.     BevelInner = bvLowered
  1272.     BevelOuter = bvNone
  1273.     Caption = 'The Status Bar.'
  1274.     Font.Color = clBlack
  1275.     Font.Height = -11
  1276.     Font.Name = 'MS Sans Serif'
  1277.     Font.Style = []
  1278.     ParentFont = False
  1279.     TabOrder = 30
  1280.   end
  1281.   object Panel1: TPanel
  1282.     Left = 0
  1283.     Top = 55
  1284.     Width = 489
  1285.     Height = 17
  1286.     BevelOuter = bvNone
  1287.     Caption = 'Panel1'
  1288.     Color = clBlack
  1289.     TabOrder = 31
  1290.     object lblFileInfo: TLabel
  1291.       Left = 8
  1292.       Top = 0
  1293.       Width = 473
  1294.       Height = 16
  1295.       Alignment = taCenter
  1296.       AutoSize = False
  1297.       Caption = 
  1298.         'Click "File/Info" to get information on a multimedia file/cd tra' +
  1299.         'ck here!'
  1300.       Font.Color = clYellow
  1301.       Font.Height = -13
  1302.       Font.Name = 'MS Sans Serif'
  1303.       Font.Style = []
  1304.       ParentFont = False
  1305.       Transparent = True
  1306.     end
  1307.   end
  1308.   object Timer1: TTimer
  1309.     Enabled = False
  1310.     Interval = 200
  1311.     OnTimer = Timer1Timer
  1312.     Left = 464
  1313.     Top = 304
  1314.   end
  1315.   object MainMenu1: TMainMenu
  1316.     Left = 480
  1317.     Top = 88
  1318.     object File1: TMenuItem
  1319.       Caption = '&File'
  1320.       ShortCut = 0
  1321.       object mnuOpenAlbum: TMenuItem
  1322.         Tag = 1
  1323.         Caption = '&Open Album...'
  1324.         ShortCut = 0
  1325.         OnClick = callfnexecutebymenu
  1326.       end
  1327.       object mnuSaveAlbum: TMenuItem
  1328.         Tag = 2
  1329.         Caption = '&Save Album...'
  1330.         ShortCut = 0
  1331.         OnClick = callfnexecutebymenu
  1332.       end
  1333.       object N1: TMenuItem
  1334.         Caption = '-'
  1335.         ShortCut = 0
  1336.       end
  1337.       object Copy1: TMenuItem
  1338.         Tag = 3
  1339.         Caption = '&Copy...'
  1340.         ShortCut = 0
  1341.         OnClick = callfnexecutebymenu
  1342.       end
  1343.       object Delete1: TMenuItem
  1344.         Tag = 5
  1345.         Caption = '&Delete'
  1346.         ShortCut = 0
  1347.         OnClick = callfnexecutebymenu
  1348.       end
  1349.       object Info1: TMenuItem
  1350.         Tag = 7
  1351.         Caption = '&Info'
  1352.         ShortCut = 0
  1353.         OnClick = callfnexecutebymenu
  1354.       end
  1355.       object Move1: TMenuItem
  1356.         Tag = 8
  1357.         Caption = '&Move...'
  1358.         ShortCut = 0
  1359.         OnClick = callfnexecutebymenu
  1360.       end
  1361.       object Rename1: TMenuItem
  1362.         Tag = 10
  1363.         Caption = '&Rename...'
  1364.         ShortCut = 0
  1365.         OnClick = callfnexecutebymenu
  1366.       end
  1367.       object N9: TMenuItem
  1368.         Caption = '-'
  1369.         ShortCut = 0
  1370.       end
  1371.       object CopyAll1: TMenuItem
  1372.         Tag = 4
  1373.         Caption = 'Copy All...'
  1374.         ShortCut = 0
  1375.         OnClick = callfnexecutebymenu
  1376.       end
  1377.       object DeleteAll1: TMenuItem
  1378.         Tag = 6
  1379.         Caption = 'Delete All'
  1380.         ShortCut = 0
  1381.         OnClick = callfnexecutebymenu
  1382.       end
  1383.       object MoveAll1: TMenuItem
  1384.         Tag = 9
  1385.         Caption = 'Move All...'
  1386.         ShortCut = 0
  1387.         OnClick = callfnexecutebymenu
  1388.       end
  1389.       object RenameAll1: TMenuItem
  1390.         Tag = 11
  1391.         Caption = 'Rename All...'
  1392.         ShortCut = 0
  1393.         OnClick = callfnexecutebymenu
  1394.       end
  1395.       object N4: TMenuItem
  1396.         Caption = '-'
  1397.         ShortCut = 0
  1398.       end
  1399.       object Exit1: TMenuItem
  1400.         Tag = 19
  1401.         Caption = 'Exit'
  1402.         ShortCut = 0
  1403.         OnClick = callfnexecutebymenu
  1404.       end
  1405.     end
  1406.     object QueueEdit1: TMenuItem
  1407.       Caption = 'Queue &Edit'
  1408.       ShortCut = 0
  1409.       object AddItemstoQueue3: TMenuItem
  1410.         Tag = 12
  1411.         Caption = 'Add Item(s) to Queue'
  1412.         ShortCut = 0
  1413.         OnClick = callfnexecutebymenu
  1414.       end
  1415.       object AddALLItemstoQueue3: TMenuItem
  1416.         Tag = 13
  1417.         Caption = 'Add ALL Items to Queue'
  1418.         ShortCut = 0
  1419.         OnClick = callfnexecutebymenu
  1420.       end
  1421.       object N7: TMenuItem
  1422.         Caption = '-'
  1423.         ShortCut = 0
  1424.       end
  1425.       object RemoveItems1: TMenuItem
  1426.         Tag = 14
  1427.         Caption = 'Remove Item(s) from Queue'
  1428.         ShortCut = 0
  1429.         OnClick = callfnexecutebymenu
  1430.       end
  1431.       object RemoveALLItems2: TMenuItem
  1432.         Tag = 15
  1433.         Caption = 'Remove ALL Items from Queue'
  1434.         ShortCut = 0
  1435.         OnClick = callfnexecutebymenu
  1436.       end
  1437.       object N5: TMenuItem
  1438.         Caption = '-'
  1439.         ShortCut = 0
  1440.       end
  1441.       object MoveItemsUpinQueue1: TMenuItem
  1442.         Tag = 16
  1443.         Caption = 'Move Item(s) Up in Queue'
  1444.         ShortCut = 0
  1445.         OnClick = callfnexecutebymenu
  1446.       end
  1447.       object MoveItemsDowninQueue1: TMenuItem
  1448.         Tag = 17
  1449.         Caption = 'Move Item(s) Down in Queue'
  1450.         ShortCut = 0
  1451.         OnClick = callfnexecutebymenu
  1452.       end
  1453.     end
  1454.     object Tools1: TMenuItem
  1455.       Caption = '&Tools'
  1456.       ShortCut = 0
  1457.       object Setup1: TMenuItem
  1458.         Tag = 18
  1459.         Caption = 'Setup Options...'
  1460.         ShortCut = 0
  1461.         OnClick = callfnexecutebymenu
  1462.       end
  1463.     end
  1464.     object Playback1: TMenuItem
  1465.       Caption = 'Playbac&k'
  1466.       ShortCut = 0
  1467.       object Play1: TMenuItem
  1468.         Tag = 20
  1469.         Caption = '&Play'
  1470.         ShortCut = 0
  1471.         OnClick = callfnexecutebymenu
  1472.       end
  1473.       object Pause1: TMenuItem
  1474.         Tag = 21
  1475.         Caption = 'P&ause'
  1476.         ShortCut = 0
  1477.         OnClick = callfnexecutebymenu
  1478.       end
  1479.       object Stop1: TMenuItem
  1480.         Tag = 22
  1481.         Caption = 'S&top'
  1482.         ShortCut = 0
  1483.         OnClick = callfnexecutebymenu
  1484.       end
  1485.       object Next1: TMenuItem
  1486.         Tag = 23
  1487.         Caption = 'Nex&t'
  1488.         ShortCut = 0
  1489.         OnClick = callfnexecutebymenu
  1490.       end
  1491.     end
  1492.     object CDAudio1: TMenuItem
  1493.       Caption = 'CD &Audio'
  1494.       ShortCut = 0
  1495.       object PlaytheCD1: TMenuItem
  1496.         Tag = 26
  1497.         Caption = 'Play the CD'
  1498.         ShortCut = 0
  1499.         OnClick = callfnexecutebymenu
  1500.       end
  1501.       object N8: TMenuItem
  1502.         Caption = '-'
  1503.         ShortCut = 0
  1504.       end
  1505.       object EjectCD1: TMenuItem
  1506.         Tag = 25
  1507.         Caption = 'Eject CD'
  1508.         ShortCut = 0
  1509.         OnClick = callfnexecutebymenu
  1510.       end
  1511.       object UpdateCDInfo1: TMenuItem
  1512.         Tag = 24
  1513.         Caption = 'Update CD Info'
  1514.         ShortCut = 0
  1515.         OnClick = callfnexecutebymenu
  1516.       end
  1517.     end
  1518.     object mnuHelp: TMenuItem
  1519.       Caption = 'H&elp!'
  1520.       ShortCut = 0
  1521.       object Contents1: TMenuItem
  1522.         Tag = 27
  1523.         Caption = '&Contents'
  1524.         ShortCut = 0
  1525.         OnClick = callfnexecutebymenu
  1526.       end
  1527.       object SearchforHelpOn1: TMenuItem
  1528.         Tag = 28
  1529.         Caption = '&Search for Help On...'
  1530.         ShortCut = 0
  1531.         OnClick = callfnexecutebymenu
  1532.       end
  1533.       object HelponHelp1: TMenuItem
  1534.         Tag = 29
  1535.         Caption = '&How to Use Help'
  1536.         ShortCut = 0
  1537.         OnClick = callfnexecutebymenu
  1538.       end
  1539.       object N11: TMenuItem
  1540.         Caption = '-'
  1541.         ShortCut = 0
  1542.       end
  1543.       object AboutMidiMachine1: TMenuItem
  1544.         Tag = 30
  1545.         Caption = '&About Midi Machine'
  1546.         ShortCut = 0
  1547.         OnClick = callfnexecutebymenu
  1548.       end
  1549.       object RegisterMidiMachine1: TMenuItem
  1550.         Tag = 31
  1551.         Caption = '&Register Midi Machine'
  1552.         ShortCut = 0
  1553.         OnClick = callfnexecutebymenu
  1554.       end
  1555.       object IntroductiontoMidiMachine1: TMenuItem
  1556.         Tag = 32
  1557.         Caption = '&Introduction to Midi Machine'
  1558.         ShortCut = 0
  1559.         OnClick = callfnexecutebymenu
  1560.       end
  1561.       object TechnicalDocuments1: TMenuItem
  1562.         Tag = 33
  1563.         Caption = '&Technical Documents'
  1564.         ShortCut = 0
  1565.         OnClick = callfnexecutebymenu
  1566.       end
  1567.       object N12: TMenuItem
  1568.         Caption = '-'
  1569.         ShortCut = 0
  1570.       end
  1571.       object TipoftheDay1: TMenuItem
  1572.         Tag = 34
  1573.         Caption = 'Tip of the &Day'
  1574.         ShortCut = 0
  1575.         OnClick = callfnexecutebymenu
  1576.       end
  1577.     end
  1578.     object Exit2: TMenuItem
  1579.       Tag = 19
  1580.       Caption = 'E&xit!'
  1581.       ShortCut = 0
  1582.       OnClick = callfnexecutebymenu
  1583.     end
  1584.   end
  1585.   object OpenAlbDialog: TOpenDialog
  1586.     DefaultExt = 'alb'
  1587.     FileEditStyle = fsEdit
  1588.     Filter = 'Album Files (*.ALB)|*.ALB'
  1589.     Options = [ofHideReadOnly]
  1590.     Left = 464
  1591.     Top = 240
  1592.   end
  1593.   object savealbdialog: TSaveDialog
  1594.     DefaultExt = 'alb'
  1595.     FileEditStyle = fsEdit
  1596.     Filter = 'Album Files (*.ALB)|*.ALB'
  1597.     Options = [ofOverwritePrompt, ofHideReadOnly]
  1598.     Left = 456
  1599.     Top = 344
  1600.   end
  1601.   object FileManagerPopUp: TPopupMenu
  1602.     Left = 136
  1603.     Top = 232
  1604.     object AddItemstoQueue1: TMenuItem
  1605.       Tag = 12
  1606.       Caption = 'Add Item(s) to Queue'
  1607.       ShortCut = 0
  1608.       OnClick = callfnexecutebymenu
  1609.     end
  1610.     object AddALLItemstoQueue1: TMenuItem
  1611.       Tag = 13
  1612.       Caption = 'Add ALL Items to Queue'
  1613.       ShortCut = 0
  1614.       OnClick = callfnexecutebymenu
  1615.     end
  1616.     object N3: TMenuItem
  1617.       Caption = '-'
  1618.       ShortCut = 0
  1619.     end
  1620.     object FileCopy1: TMenuItem
  1621.       Tag = 3
  1622.       Caption = 'File Copy...'
  1623.       ShortCut = 0
  1624.       OnClick = callfnexecutebymenu
  1625.     end
  1626.     object FileDelete1: TMenuItem
  1627.       Tag = 5
  1628.       Caption = 'File Delete'
  1629.       ShortCut = 0
  1630.       OnClick = callfnexecutebymenu
  1631.     end
  1632.     object FileInfo1: TMenuItem
  1633.       Tag = 7
  1634.       Caption = 'File Info'
  1635.       ShortCut = 0
  1636.       OnClick = callfnexecutebymenu
  1637.     end
  1638.     object FileMove1: TMenuItem
  1639.       Tag = 8
  1640.       Caption = 'File Move...'
  1641.       ShortCut = 0
  1642.       OnClick = callfnexecutebymenu
  1643.     end
  1644.     object FileRename1: TMenuItem
  1645.       Tag = 10
  1646.       Caption = 'File Rename...'
  1647.       ShortCut = 0
  1648.       OnClick = callfnexecutebymenu
  1649.     end
  1650.     object N10: TMenuItem
  1651.       Caption = '-'
  1652.       ShortCut = 0
  1653.     end
  1654.     object FileCopyAll1: TMenuItem
  1655.       Tag = 4
  1656.       Caption = 'File Copy All...'
  1657.       ShortCut = 0
  1658.       OnClick = callfnexecutebymenu
  1659.     end
  1660.     object FileDeleteAll1: TMenuItem
  1661.       Tag = 6
  1662.       Caption = 'File Delete All'
  1663.       ShortCut = 0
  1664.       OnClick = callfnexecutebymenu
  1665.     end
  1666.     object FileMoveAll1: TMenuItem
  1667.       Tag = 9
  1668.       Caption = 'File Move All...'
  1669.       ShortCut = 0
  1670.       OnClick = callfnexecutebymenu
  1671.     end
  1672.     object FileRemoveAll1: TMenuItem
  1673.       Tag = 11
  1674.       Caption = 'File Rename All...'
  1675.       ShortCut = 0
  1676.       OnClick = callfnexecutebymenu
  1677.     end
  1678.   end
  1679.   object QueuePopUp: TPopupMenu
  1680.     Left = 336
  1681.     Top = 224
  1682.     object AddItemstoQueue2: TMenuItem
  1683.       Tag = 12
  1684.       Caption = 'Add Item(s) to Queue'
  1685.       ShortCut = 0
  1686.       OnClick = callfnexecutebymenu
  1687.     end
  1688.     object AddALLItemstoQueue2: TMenuItem
  1689.       Tag = 13
  1690.       Caption = 'Add ALL Items to Queue'
  1691.       ShortCut = 0
  1692.       OnClick = callfnexecutebymenu
  1693.     end
  1694.     object N6: TMenuItem
  1695.       Caption = '-'
  1696.       ShortCut = 0
  1697.     end
  1698.     object RemoveItem1: TMenuItem
  1699.       Tag = 14
  1700.       Caption = 'Remove Item(s)'
  1701.       ShortCut = 0
  1702.       OnClick = callfnexecutebymenu
  1703.     end
  1704.     object RemoveALLItems1: TMenuItem
  1705.       Tag = 15
  1706.       Caption = 'Remove ALL Items'
  1707.       ShortCut = 0
  1708.       OnClick = callfnexecutebymenu
  1709.     end
  1710.     object N2: TMenuItem
  1711.       Caption = '-'
  1712.       ShortCut = 0
  1713.     end
  1714.     object MoveItemsUp1: TMenuItem
  1715.       Tag = 16
  1716.       Caption = 'Move Item(s) Up'
  1717.       ShortCut = 0
  1718.       OnClick = callfnexecutebymenu
  1719.     end
  1720.     object MoveItemsDown1: TMenuItem
  1721.       Tag = 17
  1722.       Caption = 'Move Item(s) Down'
  1723.       ShortCut = 0
  1724.       OnClick = callfnexecutebymenu
  1725.     end
  1726.   end
  1727.   object introcountdown: TTimer
  1728.     Enabled = False
  1729.     OnTimer = introcountdownTimer
  1730.     Left = 448
  1731.     Top = 80
  1732.   end
  1733.   object popupmenu: TPopupMenu
  1734.     Left = 416
  1735.     Top = 80
  1736.     object WhatsThis1: TMenuItem
  1737.       Caption = 'What'#39's &This?'
  1738.       ShortCut = 0
  1739.       OnClick = WhatsThis1Click
  1740.     end
  1741.   end
  1742. end
  1743.